ComponentOne Xamarin Edition
C1CursorCollectionView<T,K> Class
Members 
C1.CollectionView Assembly > C1.CollectionView Namespace : C1CursorCollectionView<T,K> Class
The type of the items in the collection.
The type of the token.
Base class for cursor-like collection views.
Syntax
Type Parameters
T
The type of the items in the collection.
K
The type of the token.
Remarks
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
Inheritance Hierarchy

System.Object
   C1.CollectionView.C1CollectionViewBase<T>
      C1.CollectionView.C1CursorCollectionView<T,K>
         C1.CollectionView.C1CursorCollectionView<T>

See Also

Reference

C1CursorCollectionView<T,K> Members
C1.CollectionView Namespace